home *** CD-ROM | disk | FTP | other *** search
- object scope_config: Tscope_config
- Left = 48
- Top = 275
- HelpType = htKeyword
- HelpKeyword = 'Configuration'
- BorderStyle = bsDialog
- Caption = 'NTC Configuration'
- ClientHeight = 243
- ClientWidth = 260
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- HelpFile = 'ntc.hlp'
- OldCreateOrder = False
- OnCloseQuery = form_close_query
- OnCreate = formcreate
- OnPaint = check_activate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object config_panel: TPanel
- Left = 0
- Top = 0
- Width = 260
- Height = 243
- Align = alClient
- TabOrder = 0
- object model_group: TGroupBox
- Left = 0
- Top = 0
- Width = 257
- Height = 33
- Caption = 'LX200'
- TabOrder = 0
- object model_label: TLabel
- Left = 16
- Top = 12
- Width = 29
- Height = 13
- Caption = 'Model'
- end
- object model_list: TComboBox
- Left = 88
- Top = 8
- Width = 145
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- Text = 'AutoStar'
- OnChange = model_listChange
- OnSelect = model_listChange
- Items.Strings = (
- 'LX200'
- 'AutoStar'
- 'Celestron')
- end
- end
- object hp_group: TGroupBox
- Left = 0
- Top = 32
- Width = 257
- Height = 49
- Caption = 'High Precision Pointing'
- TabOrder = 1
- object precision_label: TLabel
- Left = 104
- Top = 24
- Width = 83
- Height = 13
- Caption = 'High Precision'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object switch_hpp_button: TButton
- Left = 12
- Top = 16
- Width = 75
- Height = 25
- Caption = 'Switch HPP'
- TabOrder = 0
- OnClick = switch_hpp_buttonClick
- end
- end
- object bug_group: TGroupBox
- Left = 0
- Top = 80
- Width = 257
- Height = 49
- Caption = 'Bug Workarounds'
- TabOrder = 2
- object century_check: TCheckBox
- Left = 8
- Top = 16
- Width = 97
- Height = 17
- HelpType = htKeyword
- Caption = 'Century Bug'
- TabOrder = 0
- OnClick = century_checkClick
- end
- object seconds_check: TCheckBox
- Left = 128
- Top = 8
- Width = 97
- Height = 17
- Caption = 'Ignore seconds'
- TabOrder = 1
- OnClick = seconds_checkClick
- end
- object binary_check: TCheckBox
- Left = 128
- Top = 24
- Width = 97
- Height = 17
- Caption = 'Binary'
- TabOrder = 2
- OnClick = binary_checkClick
- end
- end
- object misc_group: TGroupBox
- Left = 0
- Top = 128
- Width = 257
- Height = 57
- Caption = 'Miscellaneous'
- TabOrder = 3
- object make_inis: TBitBtn
- Left = 16
- Top = 20
- Width = 75
- Height = 25
- Caption = 'make ini files'
- TabOrder = 0
- OnClick = make_inisClick
- end
- object enable_scope_check: TCheckBox
- Left = 136
- Top = 24
- Width = 97
- Height = 17
- Caption = 'Enable Scope'
- Checked = True
- State = cbChecked
- TabOrder = 1
- OnClick = enable_scope_checkClick
- end
- end
- object mount_group: TRadioGroup
- Left = 0
- Top = 184
- Width = 257
- Height = 57
- Caption = 'Mount'
- ItemIndex = 1
- Items.Strings = (
- 'Equatorial'
- 'Alt-Azimuth')
- TabOrder = 4
- end
- end
- end
-